testing.common.tempDir (field)

6 uses

	testing (current package)
		testing.go#L674: 	tempDir    string
		testing.go#L1436: 	if c.tempDir == "" { // Usually the case with js/wasm
		testing.go#L1439: 		_, err := os.Stat(c.tempDir)
		testing.go#L1460: 		c.tempDir, c.tempDirErr = os.MkdirTemp(os.Getenv("GOTMPDIR"), pattern)
		testing.go#L1463: 				if err := removeAll(c.tempDir); err != nil {
		testing.go#L1480: 	dir := fmt.Sprintf("%s%c%03d", c.tempDir, os.PathSeparator, seq)